~5012 afpItemNotFound the AFP information was not found
~5013 afpLockErr
~5014 afpMiscErr
~5015 afpNoMoreLocks
~5016 afpNoServer
~5017 afpObjectExists
~5018 afpObjectNotFound
~5019 afpParmErr
~5020 afpRangeNotLocked
~5021 afpRangeOverlap
~5022 afpSessClosed
~5023 afpUserNotAuth
~5024 afpCallNotSupported
~5025 afpObjectTypeErr
~5026 afpTooManyFilesOpen
~5027 afpServerGoingDown
~5028 afpCantRename
~5029 afpDirNotFound
~5030 afpIconTypeError the size of new icon and the one it replaces don't match
~5031 afpVolLocked the volume is Read-Only
~5032 afpObjectLocked the object is M/R/D/W inhibited
~5033 afpContainsSharedErr the folder being shared contains a shared folder
~5034 afpIDNotFound
~5035 afpIDExists
~5036 afpDiffVolErr
~5037 afpCatalogChanged
~5038 afpSameObjectErr
~5039 afpBadIDErr
~5040 afpPwdSameErr someone tried to change their password to the same password on a mandatory password change
~5041 afpPwdTooShortErr the password being set is too short: there is a minimum length that must be met or exceeded
~5042 afpPwdExpiredErr the password being used is too old: this requires the user to change the password before log-in can continue
~5043 afpInsideSharedErr the folder being shared is inside a shared folder OR the folder contains a shared folder and is being moved into a shared folder OR the folder contains a shared folder and is being moved into the descendent of a shared folder
~5044 afpInsideTrashErr the folder being shared is inside the trash folder OR the shared folder is being moved into the trash folder OR the folder is being moved to the trash and it contains a shared folder
~5060 afpBadDirIDType
~5061 afpCantMountMoreSrvre
~5062 afpAlreadyMounted
~5063 afpSameNodeErr
~5100 kSRNotAvailable the service requested is not available or applicable
~5101 kSRInternalError a system internal or hardware error condition occurred
~5102 kSRComponentNotFound a needed system resource was not located
~5103 kSROutOfMemory an out of memory error occurred in the toolbox memory space
~5104 kSRNotASpeechObject the object specified is no longer or never was valid
~5105 kSRBadParameter an invalid parameter was specified
~5106 kSRParamOutOfRange when we say 0-100, don't pass in 101
~5107 kSRBadSelector an unrecognized selector was specified
~5108 kSRBufferTooSmall returned from attribute access functions
~5109 kSRNotARecSystem the object used was not a SRRecognitionSystem
~5110 kSRFeedbackNotAvail there is no feedback window associated with SRRecognizer
~5111 kSRCantSetProperty a non-settable property was specified
~5112 kSRCantGetProperty a non-gettable property was specified
~5113 kSRCantSetDuringRecognition the property can't be set while recognition is in progress -- do before or between utterances
~5114 kSRAlreadyListening in response to SRStartListening
~5115 kSRNotListeningState in response to SRStopListening
~5116 kSRModelMismatch no acoustical models are avail to match request
~5117 kSRNoClientLanguageModel trying to access a non-specified SRLanguageModel
~5118 kSRNoPendingUtterances nothing to continue search on
~5119 kSRRecognitionCanceled an abort error occurred during search
~5120 kSRRecognitionDone search has finished, but nothing was recognized
~5121 kSROtherRecAlreadyModal another recognizer is modal at the moment, so can't set this recognizer's kSRBlockModally property right now
~5122 kSRHasNoSubItems SRCountItems or related routine was called on an object without sub-elements -- e.g. a word -- rather than phrase, path, or LM
~5123 kSRSubItemNotFound returned when accessing a non-existent sub item of a container
~5124 kSRLanguageModelTooBig can't build language models so big
~5125 kSRAlreadyReleased this object has already been released before
~5126 kSRAlreadyFinished the language model can't be finished twice
~5127 kSRWordNotFound the spelling couldn't be found in lookup(s)
~5128 kSRNotFinishedWithRejection property not found because the LMObj is not finished with rejection
~5129 kSRExpansionTooDeep language model is left recursive or is embedded too many levels
~5130 kSRTooManyElements too many elements added to phrase or path or other language model object
~5131 kSRCantAdd can't add given type of object to the base SRLanguageObject (e.g.in SRAddLanguageObject)
~5132 kSRSndInSourceDisconnected sound input source is disconnected
~5133 kSRCantReadLanguageObject an error while trying to create new Language object from file or pointer -- possibly bad format
~5199 kSRNotImplementedYet you'd better wait for this feature in a future release